UML Style Guide
Your UML diagrams must comply will the following Style Guide.
1 General
- All diagram elements must have a black foreground and a
white (or transparent, where appropriate) background.
- The font for all items must be Dialog, Regular, 11pt.
- Lines must have a weight of 1.
2 Activity Diagrams
- Use verbs (or verb phrases) for actions and activities, and nouns
(or noun phrases) for data/objects.
- Where possible, flows must not cross/intersect.
3 Class Diagrams
- Do not include empty attribute and/or method sections in
abstract Class Diagrams.
- Show stereotypes (if any).
- Show constraints (if any).
- Show parameters of parameterized classes/templates.
- Show the type of attributes.
- Show parameter names, parameter types, names, return types,
and raised exceptions of methods.
4 Sequence Diagrams
- Do not include activations unless they are necessary.
- Do not include sequence numbers in messages.